projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae9e2dc
)
(TIOCSIGSEND): Add #undef.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 10 Sep 1998 15:59:36 +0000
(15:59 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 10 Sep 1998 15:59:36 +0000
(15:59 +0000)
(bcopy, bcmp, bzero): Add #undef.
src/s/irix6-0.h
patch
|
blob
|
history
diff --git
a/src/s/irix6-0.h
b/src/s/irix6-0.h
index effe7851b6e3033953de43923cfca865fb0ee726..d6bc782033716b7b478e608d286c5b0358777b36 100644
(file)
--- a/
src/s/irix6-0.h
+++ b/
src/s/irix6-0.h
@@
-29,3
+29,11
@@
/* Canced the #define that is in irix5-0.h. */
#undef ospeed
#endif
+
+/* Cancel some #define's in usg5-4.h.
+ Larry Hunter <hunter@nlm.nih.gov> said this was needed
+ for Irix 6.5. Let's see if it is safe in 6.N, N<5, as well. */
+#undef TIOCSIGSEND
+#undef bcopy
+#undef bcmp
+#undef bzero